.radio-custom {
    background-color: #f1f1f1f1;
    margin: 15px 0;
    font-size: large;
    padding: 7px;
}

.radio-custom input[type="radio"] {
    margin-top: 2px;
}

.curso-indisponivel {
    color: #a94442;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

#course-content img {
    width: 100% !important;
}

iframe {
    height: auto !important;
    width: 100% !important;
}


.modal-action-buttons-text {
    text-align: left !important;
}

.modal-action-buttons {
    text-align: right !important;
}

@media screen and (max-width: 992px) {
    .modal-action-buttons-text {
        text-align: center !important;
    }

    .modal-action-buttons {
        text-align: center !important;
    }
}

.font-weight-bold {
    font-weight: bold !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}